public AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value,
System.String description
)
public: AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value,
System.String description
)
public:
AnalyzerResultWithDescription<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value,
System.String description
)
'Declaration Public Function New( _
ByVal processingCommandThe processing command.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe resulting value.As TValue, _
ByVal descriptionThe description of processing result.As System.String _
)
Parameters
- processingCommand
- The processing command.
- target
- The target.
- value
- The resulting value.
- description
- The description of processing result.